projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
efd9047
)
Don't include string.h or strings.h.
author
Richard M. Stallman
<rms@gnu.org>
Thu, 23 Jun 1994 23:56:06 +0000
(23:56 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Thu, 23 Jun 1994 23:56:06 +0000
(23:56 +0000)
src/xterm.c
patch
|
blob
|
history
diff --git
a/src/xterm.c
b/src/xterm.c
index 15b3e488570758bc7fe03f1e700cfabe8e1b9ee0..09f919cf4627944cf754bf0bf8c21f12d1aafcfd 100644
(file)
--- a/
src/xterm.c
+++ b/
src/xterm.c
@@
-52,11
+52,6
@@
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#ifdef BSD
#include <sys/ioctl.h>
-#include <strings.h>
-#else /* ! defined (BSD) */
-#ifndef VMS
-#include <string.h>
-#endif
#endif /* ! defined (BSD) */
#include "systty.h"